home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / DFÜ / Mac-FTP-list399.txt < prev   
Text File  |  1995-05-27  |  47KB  |  791 lines

  1. Subject: Mac-FTP-list, Version 3.9.9
  2. From: BruceG6069@aol.com (Bruce Grubb)
  3.  
  4. Here's Version 3.9.9 (June 1,1995)
  5.  
  6. World Wide Web providers take note: there is a planned overhaul of the
  7.  mac-ftp-list.html file.  Version 4.0.0 will be split into three
  8.  crosslinked files: mac-ftp-list.html, ftp-list.html, and site-notes.html. 
  9.  This will allow faster access, less wasted bandwidth, and easier editing. 
  10.  Note that because of the crosslinking the files CANNOT be renamed.
  11.  
  12. Changes:  Added Info-mac world wide web sites and warning of changes in
  13.  .html version;
  14.  
  15. Added sites:  ftp.netscape.com; romulus.ucs.uoknor.edu; ftp.supra.com;
  16.  
  17. Defunct sites:  dipmat.unife.it; plains.nodak.edu;
  18.  
  19. Note:  Mike Gleason no longer supports this list and has given me his kind permission to continue it.
  20.  
  21. Revisions posted monthly to the USENET newsgroups comp.sys.mac.comm, comp.sys.mac.misc, comp.sys.mac.apps, and comp.sys.mac.games.
  22.  
  23. Archives:
  24. .hqx files - sumex-aim.stanford.edu {Info-Mac}, mac.archive.umich.edu, and
  25.  their mirrors.
  26. .html     - http://rever.nmsu.edu/~bgrubb/mac-ftp-list.html
  27.            {Special thanks to Tim Jones, reichh45@potsdam.edu, and Robert C.
  28.            Best III whose work made this possible}.  Compressed version is
  29.            an .hqx file.
  30. .sit file - AOL
  31. .txt file - Format chart section; format-chart-104.txt, same sites as .hqx
  32.  file.
  33. E-mail    - through macftp@integra.jsc.nasa.gov
  34. FileMaker - sumex-aim.stanford.edu, mac.archive.umich.edu, their mirrors, and
  35.             AOL {Thanks Seastack@aol.com}
  36.  
  37. Must be in a monospaced font such as Monaco 9pt, Courier 10pt, or PC equivalent to be readable.
  38.  
  39. Copyright 1995 by Bruce Grubb with document concept and portions of its text Copyright 1991 by Mike Gleason. May be freely distributed and archived.
  40.  
  41. Please send newly discovered macintosh sites (with IP numbers and directories to check if possible), bug fixes, and comments to:
  42.   Internet: BruceG6069@aol.com
  43.   AOL: BruceG6069
  44.    {AOL can only handle <27K e-mail so keep messages short}
  45.  
  46. For folks new to ftp
  47. ----------------------------------------------------------------------------
  48. The first column of stuff in the data below is the site name.  Usually you can just run ftp and type open and then the site name.  But some computers don't like the names (or don't have all of them) and prefer the next column of stuff, the IP addresses.  If you try the open command with the IP number and it doesn't bite, it isn't gonna work.  Most mac ftp sites have encoded their files with BinHex 4.0 which end in the suffix ".hqx". To decode these files, you can just download them to your mac, and use Compact Pro or Stuffit to decode them.  THEN, you will need to decompress them.  Stuffit files end in ".sit" while Compact Pro files end in ".cpt" but you will probably only want to use Stuffit as it can decompress both formats.  When ftp prompts you for a username and password, send "anonymous" as the username, and your email address as the password, for Mike Gleason it would be mgleason@cse.unl.edu and for me it would be bgrubb@scf.nmsu.edu.  Here's a sample ftp session:
  49.  
  50. % ftp
  51. ftp> open wuarchive.wustl.edu
  52. Connected to wuarchive.wustl.edu.
  53. 220 wuarchive.wustl.edu FTP server (...) ready.
  54. Name (wuarchive.wustl.edu:bgrubb): anonymous
  55. 331 Guest login ok, send your complete e-mail address as password.
  56. Password (wuarchive.wustl.edu:anonymous): bgrubb@scf.nmsu.edu
  57. 230-  If your FTP client crashes or hangs shortly after login please try
  58. 230-  using a dash (-) as the first character of your password.  This will
  59. 230-  turn off the informational messages that may be confusing your FTP
  60. 230-  client.
  61. 230-
  62. 230-  You are user number 221 out of a possible 225.
  63. 230-
  64. 230-  All transfers to and from wuarchive are logged.  If you don't like
  65. 230-  this then disconnect now!
  66. 230-
  67. ftp> cd systems/mac/
  68. ftp> get ./info-mac/help/recent-files.txt Info-MacRecentFiles
  69. ftp> get ./umich.edu/mac/00help/newfiles.txt umichRecentFiles
  70. ftp> get ./info-mac/game/cumulonimbus.hqx cn.hqx
  71. ftp> quit
  72. % sz cn.hqx
  73.  
  74. Please note that there are other ways to connect to ftp sites then through a unix box.  There are commercial services such as CompuServe and AOL as well as 
  75. a whole host of Telnet and FTP programs for the Macintosh.  A list of such programs can be found in davido@Princeton.EDU (David L. Oppenheimer)'s excellent _FAQ list for comp.sys.mac.comm_ {/info-mac/comm/info/}.
  76. Http users use URLs which are in the form
  77. ftp://sitename{or IP address}/filepathway.  For the example above the URL would be ftp://wuarchive.wustl.edu/systems/mac/ or ftp://128.252.135.4/systems/mac/.
  78.  
  79. Keep in mind that some sites may disenable the anonymous login for a while:  during certain hours of the day, for maintainance reasons, or because of too much heavy traffic.  Most will tell you the reason for refusing anonymous login, but a few will say nothing more than "User anonymous unknown" or "connection refused".  Keep this in mind when a site on this list results in either of these responses.
  80.  
  81. Power User Notes:
  82. ----------------------------------------------------------------------------
  83. If you want to read a file on a remote site, but don't want download it, and are not using a WWW browser, quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp will dump the file to your terminal.  Also exploit ftp's pipe and shell abilities, like "get myfile.txt |more" will do the same as above, except using "more" to page the file.
  84.  
  85. If you need to know the IP address of an ftp site, a common unix program
  86. called "nslookup" can help.  With some versions, "nslookup ftp.apple.com" would spit out "130.43.2.3."  The reverse is also true, "nslookup 130.43.2.3" would print out "ftp.apple.com."  Normally nslookup on an IP address just verifies the address as valid and to do a reverse lookup you must reverse the address and use the in-addr.arpa domain with the lookup type set to "ANY."
  87.  
  88. Most files you'll get off ftp are in that pain in the butt format, binhex.
  89. Mike Gleason usually downloaded to his unix box, and then used an immensely useful utility called "mcvert" to de-binhex them there.  Not only is this faster, but it doesn't tie up your own CPU.  Stop over to one of the Info-Mac mirrors {info-mac/cmp directory} and grab it.  After mcvert'ing files, they'll turn into files with ".bin" suffix on them, meaning they are in MacBinary format, and ready to download in BINARY mode {see Warning below}. 
  90.  
  91. Here's a handy chart to keep track which programs unmangle which formats:
  92.                                                      unix  gzip  .uu/
  93. Macintosh         .cpt .sit .hqx .bin .zip .arc .tar  .Z  .gz/.z .uue
  94. Stuffit Expander*   D    D    D    D
  95.  w/ DSEE*           D    X    X    X    D    D         D     D     D
  96. StuffIt Lite**      D    X    X    X    {see note below}
  97. StuffIt Deluxe**    D    X    X    X    D    D    X    X     D     X
  98. SITcomm             D    X    X    X    D    D    X    X           X
  99. ArcMac                                       X
  100. BinHex 4.0                    X
  101. BinHex 5.0                    D    X
  102. Compact Pro 1.5.1   X   D/N   X
  103. Extractor 1.2.1     D   D/N   D
  104. HQXer 1.1                     X
  105. MacCompress                                            X
  106. MacGzip                                                D     X
  107. ShrinkWrap 1.3.2*^  D    D    D    D    D    D         D     D     D
  108. SunTar 2.0.4                  X    X              X                D
  109. Tar 4.0b                                          X
  110. UnZip                                   D
  111. UU Lite                                                            X
  112. uucd 2.3                                                           X
  113. UUTool                                                             X
  114. uuUndo                                                             D
  115. ZipIt 1.3.2b1                 D    D    X
  116.  
  117. Other                                                unix  gzip  .uu/
  118. computers         .cpt .sit .hqx .bin .zip .arc .tar  .Z  .gz/.z .uue
  119. extrac.exe          D
  120. macutil (unix)
  121.  hexbin                       D                                    D
  122.  macunpack          D   D/U                            D           D
  123. mcvert (unix)                 X    X
  124. PKZIP                                   X
  125. unsitins.exe             D
  126.  
  127. N = Cannot decode .sit dlx {Type SITD} files
  128. D = Decode only
  129. X = Encode and decode
  130. U = Uncertain or Unknown
  131.  
  132. .sit refers to both 1.5 and dlx. Otherwise a '/' is used {1.5/dlx}.
  133. Note: Almost every Mac communications program can decode .bin files.
  134.  
  135. *   DropStuff with Expander Enhancer is an $30 shareware addon for Stuffit
  136.     Expander.  DSEE is also used by other programs {marked with a *^} 
  137.     to expand files.  Current versions are 3.5.2 as of this writing.
  138. **  Stuffit Deluxe translators can be used with Stuffit Lite.  Current
  139.     versions are 3.5.0 as of this writing.
  140.  
  141. Special formats
  142. .arj - PC format common to European sites.  Decoded by unArjMac and DeArj.
  143. .dd - Disk Doubler {Mac} format. Decoded by DDExpand and DiskDoubler.
  144. .html - WWW document.  Used by WWW browsers such as Netscape and lynx.
  145. .image - Mac disk image.  Decoded and/or mounted by DiskCopy, MountImage,
  146.  Drop*Disk, and ShrinkWrap.
  147. .lzh - old PC/Amiga format, replaced by .arc and .zip; decoded by MacLHA
  148.  and macunpack.
  149. .pit - old {~1989} Mac compression format created by PackIt programs,
  150.  replaced by .sit.  In general, a program that handles .sit files can
  151.  decode .pit files as well.
  152. .pkg - AppleLink package format, replaced by .sit.  Decoded by all present
  153.  StuffIt programs.
  154. .sea - Mac format, decompresses itself and needs no external programs.
  155. .shar - Unix shell archive.  Decoded by Unshar.
  156. .taz - another name for .tar.Z
  157. .tgz - another name for .tar.z and .tar.gz {do not confuse with .tar.Z}.
  158. .txt - ASCII text file.
  159. .z - Early {~1993} suffix for Gzip files.  Due to confusion with the UNIX
  160.  'compress' suffix {.Z} it was abandoned in favor of the .gz suffix.
  161. .zoo - old {~1989} PC/Amiga format, replaced by .arc.  Decoded by MacZoo
  162.  and MacBooz.
  163.     
  164. CAUTION: While Gzip is aimed at replacing the .Z format, they are _different_ unix compression formats, and the suffixes are NOT inchangable.  Many sites now support on-the-fly translation of these formats; just type in the file name minus the .Z or .gz suffix.
  165.  
  166. WARNING: .hqx, .txt, and .uu files are the ONLY files that can be downloaded in ASCII mode; all others must be downloaded in BINARY {IMAGE} mode for the file to decompress properly.  This is especially true of ".bin" and "unpacked" files.  Otherwise you will get errors like "unreadable file" or "file is corrupt" when you try to decompress them.
  167.  
  168. These sites have many mac files, and are still getting new ones:
  169. -----------------------------------------------------------------------------
  170. ezinfo.ethz.ch             129.132.2.72    /mac.dir/                        1
  171. ftp.bups.bilkent.edu.tr    139.179.90.4    /pub/mac/                        2
  172. ftp.funet.fi               128.214.248.6   /pub/mac/                        3
  173. ftp.luth.se                130.240.18.2    /pub/mac/
  174. ftp.switch.ch              130.59.1.40     limited access, See Note         4
  175. ftp.utexas.edu             128.83.185.16   /pub/mac/                        5
  176. ftpbio.bgsu.edu            129.1.252.66    /ftp/pub/alt.sources.mac/
  177. irisa.irisa.fr             131.254.254.2   /News/comp.binaries.mac/         6
  178. mac.archive.umich.edu      141.211.32.2    /mac/                            7
  179. micros.hensa.ac.uk         148.88.8.84     /micros/mac/                     8
  180. sumex-aim.stanford.edu     36.44.0.6       /info-mac/ {see note}            9
  181.  
  182. Apple's support, seeding, and development sites:
  183. -----------------------------------------------------------------------------
  184. abs.apple.com              130.43.1.101    /abs/ /pub/ (apple, MAE)
  185. atg.apple.com              17.255.4.30     /pub/ (programming)
  186. ftp.apple.com              130.43.2.3      /dts/                           10
  187. ftp.austin.apple.com       17.127.4.50     /Apple.Support.Area. {see note} 11
  188. ftp.cambridge.apple.com    198.112.73.3    /pub/ {Mac Common LISP}
  189. ftp.info.apple.com         204.96.16.4     /Apple.Support.Area/
  190. ftp.support.apple.com      130.43.6.3      See Note                        12
  191. ftptoo.support.apple.com   130.43.6.4      /pub/ {New files/programs only}
  192. seeding.apple.com          130.43.3.3      /ess/public/ (Apple OS tools)
  193.  
  194. These sites are home to a few specific file(s) or file types:
  195. -----------------------------------------------------------------------------
  196. alfred.ccs.carleton.ca     134.117.1.1     /pub/pov-ray/ (PoV-Ray)
  197. archives.math.utk.edu      128.169.202.163 /mac/ (Mathematics)             13
  198. arthur.cs.purdue.edu       128.10.2.1      /pub/trinkle/ (mac32.tar.Z)
  199. atlas.chem.utah.edu        128.110.196.10  /topsoft/ (Programming?}
  200. bert.cs.byu.edu            128.187.2.20    /NCSA_Telnet/ (BYU's version)
  201. biom3.univ-lyon1.fr        134.214.100.42  /pub/ (MacMul, GraphMu)
  202. boombox.micro.umn.edu      128.101.95.95   /pub/ (gopher, POPmail, more)
  203. brownvm.brown.edu          128.148.128.40  / (tn3270, term, lpr)
  204. cassandra.ucr.edu          138.23.90.119   /pub/apple2/ (][+ emulator)
  205. cecelia.media.mit.edu      18.85.0.104     /pub/ (CSound)
  206. chook.cs.adelaide.edu.au   129.127.8.8     /pub/VHDL-Cookbook/
  207. cs.orst.edu                128.193.32.1    /pub/mac /(lab-logger)
  208. cs.rice.edu                128.42.1.30     /public/mac/ (Eudora; Telebite)
  209. csd4.csd.uwm.edu           129.89.7.4      /pub/mac/ (StuffIt, Gatekeeper,Old)
  210. d31rz0.stanford.edu        36.76.0.151     /Igor/ (Igor demos, utilities)
  211. dean.med.uth.tmc.edu       129.106.23.3    /MAC/ (Medical)
  212. devtools.symantec.com      155.64.82.86    /ftp/Macintosh/ (Symantec)
  213. eskimo.com                 204.122.16.13   /ravensys/
  214. fiji.wri.com               140.177.10.76   /pub/ (Mathematica)
  215. ftp-boi.external.hp.com    192.6.71.2      /pub/ (HP)
  216. ftp.acns.nwu.edu           129.105.113.248 /pub/disinfectant/ (Disinf HQ)  14
  217. ftp.adobe.com              130.248.1.4     /pub/adobe/ (Abobe)
  218. ftp.aggroup.com            192.216.124.1   / (EtherPeek, LocalPeek)
  219. ftp.amug.org               204.62.193.2    /pub/newton/ (newton)
  220. ftp.att.com                192.20.239.133  /pub/afterdark/ (programmer's list)
  221. ftp.berksys.com            192.216.216.3   /pub/AfterDark/mac/ (After Dark)
  222. ftp.cayman.com             143.137.137.1   /pub/ (GatorBox stuff)
  223. ftp.cc.purdue.edu          128.210.10.6    /pub/mac/ (RevRdist)
  224. ftp.cc.umanitoba.ca        130.179.16.24   /Mac-Develop/Newton/
  225. ftp.cc.utexas.edu          128.83.186.13   /microlib/mac/ (Gatekeeper HQ)  15
  226. ftp.cilabs.org             130.43.2.17     /pub/ (OpenDoc Developer Info)
  227. ftp.claris.com             192.35.50.16    /pub/USA-Macintosh/ (Claris)
  228. ftp.colorado.edu           128.138.129.170 /pub/MacIGES/ (ImageWorkshop)
  229. ftp.csua.berkeley.edu      128.32.43.51    /pub/jwang/ (compatibility/AV info)
  230. ftp.dartmouth.edu          129.170.16.54   /pub/mac/ (Dartmouth XCMDs, etc)
  231. ftp.edvz.uni-linz.ac.at    140.78.3.8      /pub/mac/system/
  232. ftp.embl-heidelberg.de     192.54.41.33    /pub/software/mac/
  233. ftp.farallon.com           163.176.4.10    /pub/farallon.products/
  234. ftp.globalvillag.com       192.187.202.60  /pub/software/ (communications)
  235. ftp.gsfc.nasa.gov          128.183.115.28  /mac/ (MacSecure.3.1.hqx)
  236. ftp.gte.com                132.197.8.2     /pub/chuck/  (Chassis, sample code)
  237. ftp.imag.fr                129.88.32.1     /archive/macintosh/ /pub/Cabri/ 16
  238. ftp.intercon.com           149.52.1.143    /InterCon/sales/Mac/
  239. ftp.maui.com               199.4.33.101    /pub/mauisw/ (TimeTracker)
  240. ftp.microsoft.com          198.105.232.1   /Softlib/MSLFILES/
  241. ftp.ncsa.uiuc.edu          141.142.20.50   /Mac/ (NCSA Telnet, etc)        17
  242. ftp.netcom.com             192.100.81.1    /pub/ca/carnation/
  243. ftp.netcom.com             192.100.81.1    /pub/da/davida/ (S.N.A.P)
  244. ftp.netcom.com             192.100.81.1    /pub/jo/johnneil/ (John Neil)
  245. ftp.netcom.com             192.100.81.1    /pub/le/leonardr/Aladdin/
  246. ftp.netcom.com             192.100.81.1    /pub/ms/mspace/
  247. ftp.netcom.com             192.100.81.1    /pub/oe/oenabler/(Mac accelerators)
  248. ftp.netcom.com             192.100.81.1    /pub/se/seaquest/ (communications)
  249. ftp.netcom.com             192.100.81.1    /pub/us/userland/
  250. ftp.netscape.com           198.95.249.66   /netscape[version #]/mac/
  251. ftp.novell.com             137.65.1.3      /pub2/MAC/ (Novell)
  252. ftp.onramp.net             199.1.11.2      /pub/mac/ (communications)
  253. ftp.povray.org             192.216.222.14  /pub/ (PoV-Ray)
  254. ftp.primate.wisc.edu       144.92.43.19    /pub/mac/ (TransSkel & misc)    18
  255. ftp.psi.com                136.161.128.3   /wp/ (PSIWP, an X.500 client)
  256. ftp.qualcomm.com           192.35.156.5    / (Eudora)
  257. ftp.radius.com             140.82.20.1     /pub/radius/software/mac/ (radius)
  258. ftp.rahul.net              192.160.13.5    /pub/lumina/
  259. ftp.rasterops.com          192.124.147.42  /pub/Macintosh/ (rasterops)
  260. ftp.sonicsys.com           199.2.23.254    /pub/ (sonicsys)
  261. ftp.sri.ucl.ac.be          130.104.1.1     /pub/ (network, French versions)
  262. ftp.starnine.com           198.211.93.5    / (Mail*Link)
  263. ftp.stat.ucla.edu          128.97.4.153    /pub/ (statistics tools)
  264. ftp.std.com                192.74.137.7    /pub/bbedit/
  265. ftp.stolaf.edu             130.71.128.9    /pub/macpsych/ (psychology)
  266. ftp.supra.com              198.145.168.2   /pub/mac/ (supra modem)
  267. ftp.svcdudes.com           198.6.226.3     /pub/mac/ (Microphone)
  268. ftp.tek.com                134.62.48.21    /cpid/bbs/ (Tektronix)
  269. ftp.tribe.com              199.35.172.41  /pub/Miscellaneous/Mac/ (networking)
  270. ftp.utas.edu.au            131.217.10.1    /mac/ (Mews)
  271. ftp.uu.net                 192.48.96.9     /languages/abc/ (ABC prog lang) 19
  272. ftp.wimsey.com             198.162.16.1    /pub/mac/ (Internet communications)
  273. ftp.winternet.com          198.174.169.7   /pub/shadowmac/bbs/ (BBS)
  274. ftp.wordperfect.com        151.155.3.17    /mac/ (WordPerfect)
  275. ftpbio.bgsu.edu            129.1.252.66    /ftp/pub/ (alt.sources.mac archive)
  276. gaea.kgs.ukans.edu         129.237.140.40  / (scripting)
  277. geom.umn.edu               128.101.25.35   /pub/software/snappea/ (Snap pea)
  278. hensel.mathp6.jussieu.fr   134.157.51.2    /dist/pari/mac/ (pari/Math)
  279. hobbes.lbl.gov             128.3.12.38     /pub/mac/ (Radiance)
  280. ics.onenet.net             164.58.253.10   /pub/chess/Macintosh/ (chess)
  281. ics.uci.edu                128.195.1.1     /mac/think-c/                   20
  282. iraun1.ira.uka.de          129.13.10.90    /pub/mac/ (SingleShare,NewsView)
  283. jagubox.gsfc.nasa.gov      128.183.44.1    /pub/aux/ (A/UX)
  284. linc.cis.upenn.edu         130.91.6.8      /pub/NH3.1/ (NetHack archive list)  
  285. midway.uchicago.edu        128.135.12.73   /pub/OzTex
  286. mobiuscon.com              198.69.129.75   /pub/ (FidoNet)
  287. mrcnext.cso.uiuc.edu       128.174.201.12  /etext/ (Project Gutenberg)
  288. munnari.oz.au              128.250.1.21    /mac/ (CAP, Multigate stuff)    21
  289. ncbi.nlm.nih.gov           130.14.25.1     /entrez/                        22
  290. neptune.ethz.ch            129.132.101.33  /Oberon/MacII/, /XYZ/ (MacOberon)
  291. newton.uiowa.edu           128.255.63.55   /pub/newton/ (newton)
  292. novamail.cerl.uiuc.edu     128.174.180.9   /pub/lime/ (Lime demo, for MIDI)
  293. oddjob.uchicago.edu        128.135.4.2     /pub/MAC/Yerk/
  294. otter.stanford.edu         36.21.0.104     /mma/, /mac/ (Mathematica)
  295. pacific.mps.ohio-state.edu 128.146.37.18   /mac/ (LabanWriter)
  296. Phantom.ucc.uconn.edu      137.99.29.55    /Network/
  297. redback.cs.uwa.edu.au      130.95.1.150    /Other/ (Western AU authors)
  298. rever.nmsu.edu             128.123.3.18    /pub/macfaq/                    23
  299. sol.bucknell.edu           134.82.1.8      /pub/mac/ (Excalibur, Gatekeeper}
  300. ssyx.ucsc.edu              128.114.133.1   /pub/mac/ (HyperUnix, ClientDA)
  301. statlab.uni-heidelberg.de  129.206.113.100 /pub/network/ (NetWork)
  302. suniams1.statistik.tu-muenchen.de 131.159.64.1 /incoming/MacMiNT/
  303. sunsite.unc.edu            198.86.40.81    /pub/academic/medicine/mac-medical/
  304. tau.sm.luth.se             130.240.0.3     /pub/mac/nisus/ (macros, etc)
  305. terminator.cc.umich.edu    141.211.164.8   /mac/max500/ (maX.500 white pages)
  306. uniwa.uwa.edu.au           130.95.128.1    /pub/mac/ (Communications)
  307. walrus.wr.usgs.gov         130.118.7.254   /pub/mac/ (Geology)
  308. www.iquest.com             199.170.120.21  /pub/fairgate/ (CodeWarrior)
  309. zippy.nimh.nih.gov         128.231.98.32   /pub/nih-image/ (NIH-Image)
  310.  
  311. These sites are shadow/mirror archives (the same stuff) of something else:
  312. -----------------------------------------------------------------------------
  313. archie.au                  139.130.4.6     Access limited to Australia
  314. archive.orst.edu           128.193.4.2     /pub/mirrors/archive.umich.edu
  315. cnuce-arch.cnr.it          131.114.1.10    /pub/info-mac/
  316. crystal.ualr.edu           144.167.10.24   /mac/info-mac/
  317. daemon.ncsa.uiuc.edu       141.142.22.33   /Info-Mac-Binaries/
  318. ftp.amug.org               165.247.10.2    /pub/mirrors/info-mac/
  319. ftp.auckland.ac.nz         130.216.1.1     Access limited to NZ
  320. ftp.cdrom.com              192.216.191.11  /pub/mac/ [partial info-mac, umich]
  321. ftp.center.osaka-u.ac.jp   133.1.4.13      /info-mac/
  322. ftp.circa.ufl.edu          128.227.8.90  /pub/software/ufmug/mirrors/Info-mac/
  323. ftp.cs.tu-berlin.de        130.149.17.7    /pub/mac/info-mac/
  324. ftp.dataplex.net           199.183.109.245 /pub/info-mac/
  325. ftp.edu.tw                 140.111.1.10    /Macintosh/info-mac/
  326. ftp.euro.net               193.67.112.3    /Mac/info-mac/
  327. ftp.fenk.wau.nl            137.224.129.4   /pub/mac/info-mac/               H
  328. ftp.francenet.fr           194.2.144.1     /pub/miroirs/info-mac/
  329. ftp.gsfc.nasa.gov          128.183.115.28  /mac.dir/ [dftsrv.gov]
  330. ftp.hawaii.edu             128.171.44.70   /mirrors/info-mac/
  331. ftp.ibp.fr                 132.227.60.2    /pub/mac/info-mac/
  332. ftp.iij.ad.jp              192.244.176.50  /pub/info-mac/
  333. ftp.inter.spin.ad.jp       165.76.8.4      /pub/Mac/Merit.mirror/
  334. ftp.jussieu.fr             134.157.0.130   /pub/mac/info-mac/
  335. ftp.lab.kdd.co.jp          192.26.91.15    /pub2/info-mac/
  336. ftp.loria.fr               152.81.10.10    /pub/mac:umich/
  337. ftp.lth.se                 130.235.20.3    /mac/ [info-mac]                24
  338. ftp.luth.se                130.240.18.2    /pub/mac/info-mac/
  339. ftp.nic.surfnet.nl         192.87.46.3  /ftp/mirror-archive/software/info-mac/ 
  340. ftp.nus.sg                 137.132.12.100  /pub/zk/mac/ [info-mac]
  341. ftp.orst.edu               128.193.4.2     /pub/systems/info-mac/
  342. ftp.pcvan.or.jp            202.33.23.36    /pub/info-mac/
  343. ftp.pht.com                198.60.59.99    /pub/mac/ [info-mac, umich]
  344. ftp.riken.go.jp            134.160.41.2    /pub/mac/ [info-mac, umich]
  345. ftp.rrzn.uni-hannover.de   130.75.2.2      /ftp1/info-mac/
  346. ftp.sunet.se               130.238.127.3   /pub/mac/ [info-mac, umich]     25
  347. ftp.switch.ch              130.59.1.40     limited access, See Note         4
  348. ftp.technion.ac.il         132.68.7.8      /pub/unsupported/mac/
  349. ftp.tidbits.com            192.135.191.2   /pub/tidbits/tisk/ [info-mac]
  350. ftp.u-tokyo.ac.jp          130.69.254.254  /pub/info-mac/
  351. ftp.ucs.ubc.ca             137.82.27.62    /pub/mac/info-mac/
  352. ftp.uji.es                 150.128.1.2     /pub/mirror/mac/info-mac/
  353. ftp.ulaval.ca              132.203.6.11    /mac/info-mac/
  354. ftp.uni-kl.de              131.246.94.94   /pub/info-mac/ [partial]
  355. ftp.uni-paderborn.de       131.234.10.42   /mac/ [umich]
  356. ftp.uni-stuttgart.de       129.69.18.15  /afs/umich.edu/group/itd/archive/mac/
  357. ftp.uni-stuttgart.de       129.69.18.15    /pub/systems/mac/info-mac/
  358. ftp.univie.ac.at           131.130.1.4     /mac/info-mac/
  359. ftp.uu.net                 192.48.96.9     /systems/mac/info-mac/
  360. ftp.uwtc.washington.edu    128.95.202.40   /pub/Macintosh/ [collection]
  361. garbo.uwasa.fi             193.166.120.5   /mac/ [funet]
  362. giza.cis.ohio-state.edu    128.146.8.52    /pub/oztex/ [midway]
  363. grind.isca.uiowa.edu       128.255.200.3   /mac/ [info-mac, umich]         26
  364. hwarang.postech.ac.kr      141.223.1.1     /pub/mac/info-mac
  365. imftp.mgt.ncu.edu.tw       140.115.83.90   /pub/mac/info-mac
  366. info.nic.surfnet.nl        192.87.46.3     /mirror-archive/software/info-mac/ 
  367. king.ncb.gov.sg            160.96.3.121    /info-mac/  /umich/
  368. mirror.archive.umich.edu   Special         see mac.archive.umich.edu note   7
  369. mirror.apple.com           17.255.34.47    /mirrors/ [info-mac, umich]      H
  370. mirrors.aol.com            198.81.1.25     /pub/ [info-mac, umich]
  371. mrcnext.cso.uiuc.edu       128.174.201.12  /pub/info-mac/, /pub/mac/
  372. nctuccca.edu.tw            192.83.166.10   /Macintosh [info-mac, umich-mac]
  373. newton.sys.uea.ac.uk       139.222.2.2     / (info-mac)
  374. oswego.oswego.edu          129.3.1.1       /pub/mac/ [collection]
  375. proper.com                 165.227.25.1    /mac/general/ [info-mac]
  376. radon.sys.uea.ac.uk        139.222.2.2     /Newton_Archive/ [Newton]
  377. ricevm1.rice.edu           128.42.30.2     /{NA, email/Bitnet}
  378. romulus.ucs.uoknor.edu     129.15.10.20    /mirrors/mac/ [collection]
  379. solaris.ims.ac.jp          133.48.140.1    /pub/mac/info-mac/
  380. src.doc.ic.ac.uk           146.169.17.5    /packages/info-mac/             27
  381. stewart.pnet.msen.com      148.59.244.112  "/A_MUG Files/" [umich]         28
  382. wuarchive.wustl.edu        128.252.135.4   /systems/mac/ {See note}        29
  383.  
  384. These sites have just a few mac files:
  385. -----------------------------------------------------------------------------
  386. bode.ee.ualberta.ca        129.128.16.96   /pub/mac/
  387. crab.rutgers.edu           128.6.128.6     /pub/mac/
  388. eff.org                    192.77.172.3    /pub/mac/
  389. fs-1.iastate.edu           129.186.151.151 /pub/mac/
  390. ftp.alpcom.it              193.42.134.2    /software/mac/LMontalcini/
  391. ftp.lu.se                  130.235.132.90  /pub/mac {use ftp.lth.se}
  392. ftp.nevada.edu             131.216.1.11    /pub/heathers/ (sounds)
  393. genbank.bio.net            134.172.2.69    /pub/mac/
  394. hpcsos.col.hp.com          15.255.240.16   /packet/mac/
  395. icarus.cns.syr.edu         128.230.1.49    /software/mac/ (w/ Unix_Mac)
  396. icarus.riacs.edu           134.12.1.1      /pub/
  397. mailer.cc.fsu.edu          128.186.6.103   /pub/mac/
  398. procyon.cis.ksu.edu        129.130.10.80   /pub/Macintosh/
  399. teetot.acusd.edu           192.55.87.19    /pub/SuperCard/
  400. tolsun.oulu.fi             130.231.96.16   /pub/mac/
  401. utsun.s.u-tokyo.ac.jp      133.11.11.11    /Mac/
  402.  
  403. These sites have a lot of files, but do not get much new:
  404. -----------------------------------------------------------------------------
  405. ftp.bio.indiana.edu        129.79.224.25   / (large science archive)       30
  406. ftp.cit.cornell.edu        132.236.218.20  /pub/mac/
  407. ftp.cso.uiuc.edu           128.174.5.61    /mac/MUG/                       31
  408. ftp.ms.uky.edu             128.163.132.108 /pub/mac/
  409. joker.optics.rochester.edu 128.151.240.1   /mac/sounds/
  410. merlin.cs.purdue.edu       128.10.2.3      /pub/mac/
  411. micros.hensa.ac.uk         148.88.8.84     /micros/mac/
  412. pomme.src.umd.edu          128.8.111.252   /info-mac/ [<02/20/93]
  413. sparky.nodak.edu           134.129.111.67  /pub/mac/pub/
  414. ra.nrl.navy.mil            128.60.0.21     /MacSciTech/
  415. teletron.com               165.90.134.2    /Pub/Mac/
  416.  
  417. These Mac sites no longer exist or have major problems:
  418. -----------------------------------------------------------------------------
  419. anl.anl.fr                 192.54.179.1    site gone
  420. apple.com                  130.43.2.2      see ftp.apple.com               10
  421. aux.support.apple.com      130.43.6.2      files moved; ftp.support.apple.com
  422. beach.utmb.edu             129.109.1.207   Mac directory gone
  423. ccb.ucsf.edu               128.218.1.14    Mac files removed
  424. dartvax.dartmouth.edu      129.170.16.4    see ftp.dartmouth.edu 
  425. dftsrv.gsfc.nasa.gov       128.183.10.3    see ftp.gsfc.nasa.gov
  426. dipmat.unife.it            192.167.208.253 site appears to be gone
  427. f.ms.uky.edu               128.163.128.6   anonymous logon disabled
  428. ftp.jyu.fi                 130.234.1.1     Mac files removed
  429. ftp.std.com                192.74.137.7    Mac directory gone
  430. ftphost.aukuni.ac.nz       130.216.3.1     see ftp.auckland.ac.nz
  431. impaqt1.mem.drexel.edu     129.25.10.1     site gone
  432. jyu.fi                     128.214.7.5     site gone
  433. kth.se                     130.237.72.201  being overhauled
  434. lth.se                     130.235.16.3    see ftp.lth.se                  24
  435. mcsun.eu.net               192.16.202.1    Mac directory gone
  436. oak.oakland.edu            141.210.10.117  Mac files removed
  437. plains.nodak.edu           134.129.111.64  files moved to sparky.nodak.edu
  438. rascal.ics.utexas.edu      128.83.138.20   Machine problems
  439. shark.mel.dit.csiro.au     144.110.16.11   files inaccessable or gone
  440. sics.se                    192.16.123.90   see ftp.lth.se                  24
  441. slug.pws.bull.com          128.35.10.203   see irisa.irisa.fr
  442. spider.navsses.navy.mil    157.187.16.101  site being phased out
  443. splicer.cba.hawaii.edu     128.171.17.7    site gone
  444. toklab.ics.osaka-u.ac.jp   133.1.12.100    see ftp.center.osaka-u.ac.jp
  445. ucsd.edu                   132.239.1.1     anonymous logon disabled
  446. utsun.s.u-tokyo.ac.jp      133.11.11.11    see ftp.u-tokyo.ac.jp
  447. watmsg.waterloo.edu        129.97.129.9    site gone
  448. wsmr-simtel20.army.mil     26.2.0.74       see wuarchie.wustl.edu          29
  449.  
  450. World Wide Web sites [info-mac]
  451. -----------------------------------------------------------------------------
  452. http://centaur.postech.ac.kr/network/ftpserv.html
  453. http://hyperarchive.lcs.mit.edu/HyperArchive.html
  454. http://ici.proper.com/mac/files/
  455. http://nctuccca.edu.tw/cgi-bin/ftpls/
  456. http://solaris.ims.ac.jp/mirror.html
  457. http://www.amug.org/index.html
  458. http://www.nic.surfnet.nl/ftp/mirror-archive/software/info-mac/
  459. http://www.nus.sg/NUShome.html
  460. http://www.osaka-u.ac.jp/export/info-mac/
  461. http://www.pht.com/ftp.html
  462. http://www.riken.go.jp/archives/info-mac/
  463. http://www.univie.ac.at/ftp/systems/mac/info-mac/
  464.  
  465. Current archie servers (as of Dec 8, 1994):
  466. -----------------------------------------------------------------------------
  467. archie.ac.il              132.65.16.18    Israel
  468. archie.ans.net            147.225.1.10    ANS, NY, USA
  469. archie.au                 139.130.4.6     Australia (regional server)
  470. archie.cs.mcgill.ca       132.206.51.250  Canada
  471. archie.doc.ic.ac.uk       146.169.2.10    Imperial College, London, UK
  472. archie.foretune.co.jp     133.123.1.1     Japan (regional server)
  473. archie.funet.fi           128.214.6.102   FUnet, Helsinki, Finland
  474. archie.hana.nm.kr         128.134.1.1     Korea
  475. archie.hensa.ac.uk        129.12.21.25    United Kingdom
  476. archie.internic.net       198.48.45.10    NJ, USA
  477. archie.kuis.kyoto-u.ac.jp 130.54.23.2     Japan
  478. archie.kyoto-u.ac.jp      130.54.20.1     Japan (regional server)
  479. archie.luth.se            130.240.12.30   Sweden
  480. archie.ncu.edu.tw         192.83.166.12   Taiwan
  481. archie.nz                 130.195.9.4     New Zealand
  482. archie.rediris.es         130.206.1.2     Spain
  483. archie.rutgers.edu        128.6.18.15     Piscataway, NJ, USA
  484. archie.sogang.ac.kr       163.239.1.11    Korea
  485. archie.sura.net           128.167.254.179 SURAnet, College Park, MD, USA
  486. archie.switch.ch          139.59.1.40     SWITCH, Zurich, Switzerland
  487. archie.th-darmstadt.de    130.83.128.118  Germany
  488. archie.twnic.net          192.83.166.10   Taiwan
  489. archie.uct.ac.za          137.158.128.1   South Africa       
  490. archie.und.ac.za          146.230.128.40  South Africa
  491. archie.uni-linz.ac.at     140.78.3.8      Austria
  492. archie.uninett.no         128.39.2.20     Norway
  493. archie.unipi.it           131.114.21.10   Italy
  494. archie.univ-rennes1.fr    129.20.128.38   France
  495. archie.univie.ac.at       131.130.1.23    Austria
  496. archie.unl.edu            129.93.1.14     Lincoln, NE, USA
  497. archie.uqam.ca            132.208.250.10  Canada
  498. archie.wide.ad.jp         133.4.3.6       Japan
  499.  
  500. Note: "If you're on the Internet, you can "telnet [site name]" and login in as 
  501. "archie", at which point you'll get basic directions and pointers to other 
  502. Archie machines." (TidBITS#130; Gateways 1: Internet)
  503. You may be able to use archie directly it you have an unix shell account, just type archie <filename> at the prompt.
  504.  
  505. Notes on some of the above sites:
  506. -----------------------------------------------------------------------------
  507. H.  WWW page at site.
  508.  
  509. 1.  ezinfo.ethz.ch (129.132.2.72)   /mac/
  510.     While ezinfo is primarily a BBS for Users in Switzerland and Europe, this
  511.     host also provides anonymous FTP and DECNET access to its archives. 
  512.     Preferrably use night hours as the BBS is heavily used by local users
  513.     during daytime hours.  Guests can only see 50% of the menus on the BBS.
  514.     The Macintosh files are taken from comp.binaries.mac, with local
  515.     uploads now and then. Recent files are stored in ./mac/news/ for one
  516.     month before being redistributed in their respective directories.
  517.     HOW TO UPLOAD:  mail .hqx files to danny@ezinfo.ethz.ch
  518.     RECENT FILES:   see above.
  519.     HELP:           eis_manager@ezinfo.ethz.ch
  520.     TRANSFER MODE:  ASCII.
  521.  
  522. 2.  ftp.bups.bilkent.edu.tr (139.179.90.4) /pub/mac/
  523.     Bilkent University Preparatory School Macintosh archive. It contains
  524.     more than 2000 files collected from well known archives and still getting
  525.     new ones.
  526.     ALL FILES:     /BUPS-MacArchive/AllFiles.txt
  527.     RECENT FILES:  /BUPS-MacArchive/NewFiles/
  528.     HELP:          /BUPS-MacArchive/!!README
  529.     HOW TO UPLOAD: FTP - put to the directory /BUPS-MacArchive/Upload or
  530.                    e-mail to: buyuktas@bilkent.edu.tr
  531.     TRANSFER MODE: Use BINARY.
  532.  
  533. 3.  ftp.funet.fi  (128.214.248.6)  /pub/mac/
  534.     A very large European site that shadows Info-Mac and gets its own
  535.     original files sometimes.  Non-Europeans shouldn't call often, to keep
  536.     costs down. 
  537.     ALL FILES:     /pub/mac/_file.lst
  538.     RECENT FILES:  /pub/mac/ChangeLog
  539.     HELP:          /pub/mac/HELP
  540.     HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
  541.     TRANSFER MODE: BINARY.
  542.  
  543.  
  544. 4.  ftp.switch.ch  (130.59.1.40)  /software/mac/  /mirror/info-mac/
  545.                                   /mirror/umich-mac/   /mirror/Oberon/MacII/
  546.     Alias:  nic.switch.ch.  "Access to this FTP service is exclusively
  547.     allowed for - Swiss universities, schools & organisations with a SWITCH
  548.     service contract, - foreign education & research organisations.  If you do
  549.     not belong to one of these categories, you are NOT allowed to log in as
  550.     'anonymous' or 'ftp'.  With one of the special user-ids, like 'public', a
  551.     restricted access is open to everyone." (FTP login message).
  552.  
  553. 5.  ftp.utexas.edu  (128.83.185.16) /pub/mac/
  554.     Alias:  mojo.ots.utexas.edu.  This is an Mac freeware and shareware
  555.     archive operated by Chris Johnson on one or more systems run by the
  556.     Univeristy of Texas System Office of Telcommunication Services.
  557.     It also has SLIPtelnet in the /pub/slip/mac/ncsa directory.
  558.  
  559. 6.  irisa.irisa.fr  (131.254.2.3)  /News/comp.binaries.mac/
  560.     They keep archives of the postings to the comp.binaries.mac newsgroup.  
  561.     The files all stored in one huge directory, so instead of doing an 'ls', 
  562.     get the index file to look at offline. 
  563.     ALL FILES:     /News/comp.binaries.mac/index
  564.     HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
  565.     TRANSFER MODE: ASCII.
  566.  
  567. 7.  mac.archive.umich.edu  (141.211.32.2)  /mac/
  568.     This big site has a large number of files, many of them unique.  There are 
  569.     many outline fonts here {Adobe type 1, type 3, and TrueType}.  About the
  570.     only gripe I have is the tremendous number of subdirectories, e.g.
  571.     /mac/system.extensions/font/truetype...  but that's a small price to pay
  572.     for the work they have put into this site.
  573.     mirror.archive.umich.edu is a special pointer that will randomly connect
  574.     you to one of the mac.archive.umich.edu mirrors.
  575.     ALL FILES:     /mac/00help/index.txt
  576.     RECENT FILES:  /mac/00help/newfiles.txt
  577.     IN QUEUE:      Look in the /mac/incoming directory.
  578.     HELP:          /mac/00help
  579.     HOW TO UPLOAD: ftp - put files in the /mac/incoming/ directory or
  580.                    e-mail to macgifts@mac.archive.umich.edu
  581.                    {e-mail results in crossposting to other archives}
  582.     TRANSFER MODE: ASCII for .hqx files, BINARY for everything else.
  583.  
  584. 8.  micros.hensa.ac.uk 148.88.8.84 /micros/mac/
  585.     Has an awkward way naming their directories with letters of the alphabet
  586.     and numbers, so one has to get the index files in the directories first to
  587.     see what they have. (Wojtek Rypniewski wojtek@embl-hamburg.de)
  588.  
  589. 9.  sumex-aim.stanford.edu  (36.44.0.6)  /info-mac/
  590.     Site's name is 'Info-Mac' _not_ 'sumex'. "We ask that you use our mirrors
  591.     INSTEAD of our server, because the load there now makes it difficult for
  592.     us to manage the archive!"  (Info-Mac Archive Mirror Sites)  
  593.     The king of macintosh ftp sites.  If you want your uploads to get a wide 
  594.     distribution, this is the place to send them to. They also have their own 
  595.     message "list", the info-mac digests which is handy for those who don't 
  596.     have USENET access.
  597.     Note: login to sumex-aim itself is next to impossible, use one of its
  598.     mirrors {/info-mac directory or [info-mac]}.
  599.     ALL FILES:     /info-mac/help/all-files.txt
  600.     RECENT FILES:  /info-mac/help/recent-files.txt
  601.     Mirror Sites:  /info-mac/help/mirror-list.txt
  602.     HELP:          Look in the /info-mac/help directory, read them all.
  603.     HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu,
  604.                    macgifts@sumex-aim.stanford.edu,
  605.                    or macgifts@mac.archive.umich.edu.
  606.                    ftp{>800 K} - submit to daemon.ncsa.uiuc.edu/Incoming
  607.                    description to backmod@sumex-aim.stanford.edu
  608.     TRANSFER MODE: ASCII.
  609.  
  610. 10. ftp.apple.com  (130.43.2.3)  /dts/
  611.     This was Apple's original ftp site to supply the world with System
  612.     software {up to 7.0.1}, utilities, technical notes, sample source code,
  613.     press release archives, and some developer tools.  Support has fallen off
  614.     in favor of sites like ftp.support.apple.com.  Callers outside America
  615.     are restricted to what they can download.
  616.     ALL FILES:     /dts/help/dir-files-all
  617.     RECENT FILES:  /dts/help/dir-files-recent
  618.     HELP:          /help, or mail mjohnson@apple.com.
  619.     TRANSFER MODE: ASCII.
  620.  
  621. 11. ftp.austin.apple.com (17.127.4.50) /Apple.Support.Area/Apple.SW.Updates/
  622.     This is one of Apples' "seeding" sites.  Most of the software is in the
  623.     /Apple.Support.Area/Apple.SW.Updates directory.  As with ftp.apple.com
  624.     callers outside America are restricted as to what they can download.
  625.  
  626. 12. ftp.support.apple.com  (130.43.6.3) "/pub/Apple SW Updates/"
  627.     AppleLink and E-World mirror.  "Since this is a real mirror copy of the
  628.     archive on AppleLink you may encounter some interesting directory and file
  629.     names.  To get around these interesting names simply use quotes ("") to
  630.     encapsulate the path.  You may also run into another problem with non-
  631.     printable (>ascii 127) characters in filenames.  Use mget Mac* to retrieve
  632.     a file that starts with Mac and also contains non-printable and thus
  633.     non-typeable characters." (brooks@ftp.support.apple.com (Kevin Brooks))
  634.     I assume that as is the case with ftp.apple.com callers outside America
  635.     are restricted as to what they can download.
  636.  
  637. 13. archives.math.utk.edu (128.169.202.163) /mac/
  638.     A site for shareware and public domain software suitable for use in
  639.     mathematics education at the college and university level.  Gopher access
  640.     supports WAIS searching of abstracts as well as numerous gopher links
  641.     to other sites of mathematical interest.
  642.  
  643. 14. ftp.acns.nwu.edu  (129.105.113.248) /pub/
  644.     The headquarters of John Norstad's excellent anti-virus program, 
  645.     Disinfectant {/pub/disinfectant}.  Other interesting /pub directories
  646.     are: /pub/newswatcher; /pub/nupop; and /pub/ph.
  647.     TRANSFER MODE: ASCII.
  648.  
  649. 15. ftp.cc.utexas.edu  (128.83.186.13)  /microlib/mac/
  650.     Alias:  microlib.cc.utexas.edu.  University of Texas at Austin Computation
  651.     Center's Macintosh software archive, and headquarters of Chris Johnson's
  652.     anti-virus utility Gatekeeper.  Has an editorial policy on what programs
  653.     it accepts. You can also subscribe to their mailing list (email to
  654.     chrisj@emx.utexas.edu or chrisj@mail.utexas.edu and ask) to get informed
  655.     when new additions arrive {chrisj@mail.utexas.edu is faster.}
  656.     ALL FILES:     /microlib/mac/file-list.txt
  657.     RECENT FILES:  Get the file called "Update-[date]" in /microlib/mac.
  658.     HOW TO UPLOAD: email to macgifts@mac.archive.umich.edu
  659.                    {also results in cross-posting to other archives.}
  660.     TRANSFER MODE: ASCII.
  661.  
  662. 16. ftp.imag.fr  (129.88.32.1)  /pub/Cabri, /archive/macintosh/
  663.     Not only is this the home of the CABRI (graph, geometry) software, but 
  664.     they are also nice enough to keep the most recent uploads to 
  665.     comp.binaries.mac, in MacBinary format. It is recommened that CABRI be
  666.     retrieved from wuarchive.wustl.edu
  667.     TRANSFER MODE: BINARY.
  668.  
  669. 17. ftp.ncsa.uiuc.edu  (141.142.20.50)  /Mac/
  670.     NCSA keeps Telnet, ContigAsm, Contour, DataScope, GelReader,
  671.     HypercardAnimator, NCSA Image, Import2HDF, Layout, and PalEdit here. 
  672.     TRANSFER MODE: ASCII.
  673.  
  674. 18. ftp.primate.wisc.edu  (144.92.43.19)  /pub/mac/
  675.     Contains some programs by Paul DuBois, and a few other utilities: BlobMgr, 
  676.     FaceLift, Grep, TransSkel, ZoomIdle, MakeWrite, SicnEdit, gnome, and
  677.     psuedo-fpu. 
  678.     TRANSFER MODE: ASCII.
  679.  
  680. 19. ftp.uu.net  (192.48.96.9)  /languages/abc/
  681.     You can find a mac version of the ABC programming language here, and also 
  682.     a mac version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet also
  683.     archives huge amounts of other material, like USENET news, GNU stuff, 
  684.     bsd sources, internet specs, popular unix packages, and bug fixes. 
  685.     ALL FILES:     /index/master.Z, /index/master-time.Z
  686.     RECENT FILES:  /index/changes.week.Z, /index/changes.day.1.Z
  687.     IN QUEUE:      /index/incoming.Z
  688.     HELP:          /help, /index/README
  689.     HOW TO UPLOAD: /tmp
  690.     TRANSFER MODE: BINARY.
  691.  
  692. 20. ics.uci.edu  (128.195.1.1)  /mac/think-c/
  693.     Home of the Think C mailing list. You'll find a bunch of Think Class
  694.     Library stuff here, along with general Think C code, interfaces, and
  695.     updaters.  Read all the README files in /mac/think-c for more info (and 
  696.     how to get on the mailing list). 
  697.     TRANSFER MODE: Use ASCII.
  698.  
  699. 21. munnari.oz.au  (128.250.1.21)  /mac/
  700.     Home of Webster Multiport Gateway tools, and other mac networking goodies, 
  701.     like Columbia Appletalk Package, Timelord, & Messages. 
  702.     TRANSFER MODE: BINARY.
  703.  
  704. 22. ncbi.nlm.nih.gov  (130.14.25.1)  /entrez/
  705.     The National Center for Biotechnology Information (NCBI) developed and
  706.     supports a public domain program named Entrez (pronounced "ON-tray") for
  707.     browsing a comprehensive set of DNA and protein sequence databases and a
  708.     subset of the National Library of Medicine's MEDLINE bibliographic
  709.     database.  NetEntrez {freely available program available here} can be used
  710.     to access the Entrez network service provided by the NCBI.  NetEntrez has
  711.     no access charges and does not use a CD-ROM drive.  For users without
  712.     Internet connectivity, ordering information for Entrez CD-ROM
  713.     subscriptions is posted there, too.  (gish@host.nlm.nih.gov (Warren Gish))
  714.     BLAST {molecular biology searcher} can be found in the
  715.     blast/network/experimental/macintosh directory.
  716.     HELP:          Contact info@ncbi.nlm.nih.gov
  717.     TRANSFER MODE: ASCII.
  718.  
  719. 23. rever.nmsu.edu (128.123.3.18) /pub/macfaq/
  720.     This archive contains almost all freely distributable software mentioned
  721.     in the FAQ lists for comp.sys.mac.misc, comp.sys.mac.system and
  722.     comp.sys.mac.apps. (eharold@corona.sunspot.noao.edu (Elliotte Harold))
  723.     TRANSFER MODE: BINARY.
  724.  
  725. 24. ftp.lth.se  (130.235.20.3)  /mac/
  726.     European Info-Mac shadow.  Due to people using the site as a gif trading
  727.     post the ftp upload was eliminted.
  728.     HOW TO UPLOAD: email files to Peter.Moller@dna.lth.se
  729.     TRANSFER MODE: ASCII.
  730.  
  731. 25. ftp.sunet.se  (130.238.127.3) /pub/mac/
  732.     In addition to mirroring both Info-mac {/pub/mac/info-mac} and Umich
  733.     {/pub/mac/mirror-umich} this Sweden archive has large amounts of DOS,
  734.     Windows, and UNIX files.
  735.     INFO:          'arkiv-underh' in the root directory {in Swedish, I think}
  736.     TRANSFER MODE: ASCII for .hqx files, BINARY for everything else.
  737.     WWW:           http://ftp.sunet.se/pub/mac/info-mac/
  738.  
  739. 26. grind.isca.uiowa.edu  (128.255.200.3)   /mac/
  740.     The Iowa Student Computing Association filesystem.  In addition to FTP it
  741.     also has telnet downloading interface (Zmodem, NetZmodem, Kermit, Xmodem,
  742.     FTP) with search, new_files, and batch downloading, login as 'iscabbs'.
  743.     ISCA also has one of the largest Internet BBS's at bbs.isca.uiowa.edu,
  744.     they support over 200 users online at once.
  745.     Coming soon: PANDA, the information arcade message system.
  746.     TRANSFER MODE: BINARY.
  747.  
  748. 27. src.doc.ic.ac.uk  (146.169.16.11)  /packages/info-mac/
  749.     A London based Info-Mac & umich {packages/mac/umich} shadow.
  750.     .gz site with on-the-fly translation {see CAUTION note above}
  751.     Limit: 300 simultaneous users.
  752.     HELP:          mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
  753.     TRANSFER MODE: ASCII for .hqx files, BINARY for everything else.
  754.     WWW:           http://src.doc.ic.ac.uk/packages/info-mac/
  755.  
  756. 28. stewart.pnet.msen.com  (148.59.244.112) "/A_MUG Files/"
  757.     umich mirror that also has a huge collection of Christian files and 
  758.     carries the CyberChurch Christian network online.  This is a TeleFinder
  759.     based site so you will encounter many interesting directory and file
  760.     names.  To get around these interesting names simply use quotes ("") to
  761.     encapsulate the path.  You may also run into another problem with non-
  762.     printable (>ascii 127) characters in filenames.  Use the unix wild card
  763.     {*} to get those files.
  764.  
  765. 29. wuarchive.wustl.edu  (128.252.135.4)  /systems/mac/
  766.     This is the de-facto king of shadow archives; it mirrors three mac 
  767.     sites: Info-Mac {/systems/mac/info-mac/}, mac.archive.umich.edu
  768.     {/systems/mac/umich.edu/}, and the now defunct Simtel site
  769.     {/systems/mac/macintosh/}.  Also shadows several non-Mac archives.
  770.     Limit: 225/250 simultaneous users.
  771.     Note: login to this site can become difficult when sumex gets new files.
  772.     TRANSFER MODE: ASCII for .hqx files, BINARY for everything else.
  773.     WWW:           http://wuarchive.wustl.edu/systems/mac/info-mac/
  774.  
  775. 30. ftp.bio.indiana.edu  (129.79.224.25)  /{see below}
  776.     All sorts of scientific applications, in /biology/mac/, /chemistry/mac/, 
  777.     /science/mac, and /molbio/mac/. 
  778.     HELP:          /archive.doc
  779.     HOW TO UPLOAD: /incoming
  780.     TRANSFER MODE: ASCII.
  781.  
  782. 31. ftp.cso.uiuc.edu  (128.174.5.61)  /mac/MUG/
  783.     A local user group was kind enough to store copies of it's massive disk
  784.     collection here.  Unfortunately the collection is old {most recent date
  785.     Sep 11, 1992} and the main index file was last updated Nov 15, 1989. 
  786.     As a result the contents of entire disks are unknown until after
  787.     downloading them, which in turn can lead to wasted internet bandwidth. 
  788.     ALL FILES:     /mac/MUG/0Biglist.MUG
  789.     HELP:          /mac/MUG/0README.MUG
  790.     TRANSFER MODE: ASCII.
  791.